	<!-- MOSSBERG 590A1 12GA #00 BUCK (replaced) -->
	<weapon type="SHOTGUN">
		<data slot="SHOTGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="SHOTGUN" targetrange="35.0" weaponrange="70.0" clipsize="8" ammomax="96" timebetweenshots="433">
			<damage base="36" networkplayermod="5.0" networkpedmod="1.0"/>
			<physics force="59.0"/>
			<reload time="2933" fasttime="2933" crouchtime="2933"/>

			<aiming accuracy="0.05" pellets="9">
				<offset         x="0.15" y="1.0" z="0.55"/>
				<crouchedoffset x="0.15" y="1.0" z="0.05"/>
				<reticule standing="1.0" ducked="1.0" scale="0.0"/>
			</aiming>

			<pickup regentime="480000" ammoonstreet="9"/>

			<controller>
        <rumble duration="200" intensity="1.0"/>
      </controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<flag>2HANDED</flag>
				<flag>HIGHER_BREAK_FORCE</flag>
			</flags>
		</data>

		<assets model="w_shotgun">
			<anim group="gun@shotgun">
				<rates firerate="1.55" blindfirerate="1.0"/>
			</anim>

			<effects>
				<muzzle fx="muz_shotgun"/>
				<shell fx="weap_ejected_shotgun"/>
			</effects>
		</assets>
	</weapon>